

/*banner------------开始*/
.wrap3{
	position:relative;
	height:402px;
	}
.nav-png{
	position:absolute;
	top:0;
	left:0;
	background:url("navpng.png") center no-repeat;
	width:100%;
	height:11px;
	z-index:10000;
	}
.banner {
	overflow: hidden;
	position:relative;/* 此属性勿删，解决IE7有下，内部盒子含有position:relative属性 overflow:hidden;无效的bug */
	height: 402px;/* 整体高度，注意焦点， */
}
#container {
	width: 1920px;
	padding: 0px;
	margin: 0 auto;
	position: relative;
	background:#f0f0f0;
	z-index: 0;
}
#example {
	width: 1920px;
	position: relative;
}
/* 整体外围完毕 */
#slides {
	position: relative;
}
.slides_container {
	width: 1920px;
	overflow: hidden;
	position: relative;
	display: none;
}
/* 滚动单个盒子宽高 */
.prolist {
	width: 1920px;
	height: 402px;
}
.slides_container a {
	width: 1920px;
	height: 402px;
	display: block;
}
.slides_container a img {
	display: block;
}

/* 焦点 */
.pagination {
	position:absolute;
	bottom:12px;
	width: 1000px;
	left:44%;
	z-index:9999;
}
.pagination1 {
	position:absolute;
	bottom:12px;
	width: 1000px;
	left:48%;
	z-index:9999;
}
.pagination li {
	float: left;
	margin: 0 8px;
	list-style: none;
	height:8px;
}
.pagination li a {
	display: block;
	width: 8px;
	height: 0;
	padding-top: 12px;
	background:url("ico_7.png") no-repeat;
	background-position: 0 0;
	float: left;
	overflow: hidden;
}
.pagination li.current a {
	background-position: 0 -12px;
	background:url("ico_6.png") no-repeat;
}

.pagination1 li {
	float: left;
	margin: 0 8px;
	list-style: none;
	height:8px;
}
.pagination1 li a {
	display: block;
	width: 8px;
	height: 0;
	padding-top: 12px;
	background:url("ico_7.png"/*tpa=http://www.share-vision.com/images/banner/ico_7.png*/) no-repeat;
	background-position: 0 0;
	float: left;
	overflow: hidden;
}
.pagination1 li.current a {
	background-position: 0 -12px;
	background:url("ico_6.png"/*tpa=http://www.share-vision.com/images/banner/ico_6.png*/) no-repeat;
}
/*banner------------结束*/
/*main */

.main{
	margin:0 auto;
	width:1000px;
	height:auto;
	}

/*foot*/
.wrap5{
	height:366px;
	}
.footer{
	position:relative;
	width:100%;
	height:308px;
	background:url("foot-bg.png"/*tpa=http://www.share-vision.com/images/foot-bg.png*/) repeat;
	}
.footpng{
	position:absolute;
	top:0;
	left:0;
	height:21px;
	width:100%;
	background:url("foot-png.png"/*tpa=http://www.share-vision.com/images/foot-png.png*/) center no-repeat;
	}
.line02{
	position:absolute;
	left:0;
	top:-10px;
	width:2px;
	height:282px;
	background:url("line3.png"/*tpa=http://www.share-vision.com/images/line3.png*/) no-repeat;
	}
.line03{
	position:absolute;
	right:0;
	top:0;
	width:2px;
	height:282px;
	background:url("line3.png"/*tpa=http://www.share-vision.com/images/line3.png*/) no-repeat;
	}		
.foot-dl{
	padding-top:25px;
	width:1000px;
	height:283px;
	margin:0 auto;
	overflow:hidden;
	}	
.footer dl{
	position:relative;
	float:left;
	padding-left:16px;
	width:184px;
	height:283px;
	}
.footer dl dt{
	color:#d7e7f8;
	font-size:14px;
	line-height:30px;
	}
.footer dl dt a{
	color:#d7e7f8;
	font-size:14px;
	}		
.onemenustyle{
	height:30px;
	line-height:30px;
	background:url("ico_13.png"/*tpa=http://www.share-vision.com/images/ico_13.png*/) no-repeat 0 12px;
	text-indent:15px;
	color:#aecdee !important;
	}
.onemenustyle2{
	height:30px;
	line-height:30px;
	background:url("ico_13.png"/*tpa=http://www.share-vision.com/images/ico_13.png*/) no-repeat 0 12px;
	text-indent:15px;
	color:#aecdee !important;
	}
.onemenustyle2 a{
	font-size:12px !important;
	color:#aecdee !important;
	}			
.onemenustyle a{
	font-size:12px !important;
	color:#aecdee !important;
	}	
.onemenustyle a:hover{
	color:#FFF !important;
	}					
.foot-bottom{
	height:58px;
	background:url("foot-bottom.png"/*tpa=http://www.share-vision.com/images/foot-bottom.png*/) center no-repeat;
	}
.ft{
	margin:0 auto;
	width:1000px;
	padding-top:22px;
	height:36px;
	line-height:36px;
	color:#6c9fd5;
	}		
.foot-bottomleft{
	float:left;
	width:860px;
	height:36px;
	}

.foot-bottomright{
	float:left;
	width:127px;
	padding-left:13px;
	height:36px;
	overflow:hidden;
	}
.foot-bottomleft ul li{

	
        /*非IE的主流浏览器识别的垂直居中的方法*/
        display: table-cell;
        vertical-align:middle;
	
        /*设置水平居中*/
        

        /* 针对IE的Hack */
		*float:left;
        *display: block;
        *font-size: 31px;/*约为高度的0.873，200*0.873 约为175*/
        *font-family:Arial;/*防止非utf-8引起的hack失效问题，如gbk编码*/
        height:36px;
      }

.foot-bottomleft ul li img {
        /*设置图片垂直居中*/
        vertical-align:middle;
		margin-right:18px;
}
.font12{
	padding-right:18px;
	font-size:12px !important;
	}


/*banner*/
/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.box222{
	width:100%;
	height:402px;
	overflow:hidden;
	position:relative;
	}
.scrollable {

	/* required settings */
	position:absolute;
	left:50%;
	margin-left:-960px;
	overflow:hidden;
	width: 1920px;
	height:402px;

	/* custom decorations */
	border:0px solid #ccc;
	background:url("h300.png"/*tpa=http://www.share-vision.com/images/slideshow/h300.png*/) repeat-x;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

.items div {
	float:left;
	width:1920px;
}

/* single scrollable item */
.scrollable img {
	float:left;
	margin:0px 0px 0px 0px;
	background-color:#fff;
	padding:0px;
	border:0px solid #ccc;
	width:1920px;
	height:402px;
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

/* active item */
.scrollable .active {
	border:2px solid #000;
	position:relative;
	cursor:default;
}


/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}
.scrollable img {
	width:1920px;
	margin:0px 0px 0px 0px;	
}
 
.scrollable img.hover {
	background-color:#123;	
}


/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url("hori_large.png") no-repeat;
	position:absolute;
	display:block;
	width:30px;
	height:30px;
	float:left;
	margin:360px 50px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 				{ background-position: 0 -30px; clear:right; margin-left:51%;}
a.right:hover 		{ background-position:-30px -30px; }
a.right:active 	{ background-position:-60px -30px; } 


/* left */
a.left				{ margin-left:49%; } 
a.left:hover  		{ background-position:-30px 0; }
a.left:active  	{ background-position:-60px 0; }

	

	
				
				
				
